7bbe11
@@ -334,6 +334,12 @@
public class AmqpAppender extends AbstractAppender {
 		}
 	}
 
+	@Override
+	protected boolean stop(long timeout, TimeUnit timeUnit, boolean changeLifeCycleState) {
+		boolean stopped = super.stop(timeout, timeUnit, changeLifeCycleState);
+		return stopped & this.manager.stop(timeout, timeUnit);
+	}
+
 	/**
 	 * Helper class to actually send LoggingEvents asynchronously.
 	 */
